home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / rexx / addrexx11.lha / addrexx / addrexx.doc next >
Text File  |  2000-09-04  |  3KB  |  93 lines

  1.  
  2.     Addrexx 1.1 - by Rolf Max Rotvel
  3.  
  4.     DESCRIPTION    
  5.     Small & fast addressbook (And envvar ed)
  6.  
  7.     Addrexx opens a ReqTools requester on your addressbook directory and shows
  8.     the selected persons data in a requester.
  9.  
  10.     The addressbook directory is a directory of ascii files where each file
  11.     has the name of the person whose data it contains
  12.  
  13.     You can create, edit, rename, print or delete database files from the
  14.     requester.
  15.  
  16.     As a bonus Addrexx can also be used to edit ascii env variables. You will
  17.     be prompted to save any changes to ENVARC:
  18.  
  19.     REQUIREMENTS
  20.     rexxreqtools.library and reqtools.library. 
  21.  
  22.     WB 2.1 (locale.library).
  23.  
  24.     Rexxmast.
  25.  
  26.     QUICK TRYOUT
  27.     Open a shell and cd to the Addrexx directory you just created when
  28.     unpacking the archive. Run Addrexx like this: "rx Addrexx addressbook/"
  29.  
  30.     INSTALLATION
  31.     Copy addrexx.rexx to rexx:.
  32.  
  33.     By default Addrexx will use "c:ed" when editing entries. You can change
  34.     this by setting the environment variable EDITOR. It must contain the
  35.     command you use to start your text editor. Moreover the editor must be run
  36.     non-detaching (Ie: 'sticky'). 
  37.         CygnusEd users should use "setenv EDITOR ed -s". 
  38.         GoldEd users should use "setenv EDITOR ged sticky"
  39.     Don't forget to copy the environment variable to envarc: as well.
  40.  
  41.     Decide where you want to keep your address database and copy the
  42.     addressbook directory there.
  43.  
  44.     That's it.
  45.  
  46.     USAGE
  47.     rx rexx:addrexx.rexx <addressbook directory>
  48.  
  49.     If you don't specify any directory Addrexx will use the current directory.
  50.  
  51.     If you enter a non-existant filename in the requester Addrexx will ask if
  52.     you want to create this file.
  53.  
  54.     Addrexx will try to check if it really is an ascii file you're trying to
  55.     load. But it is probably still possible to find weird text files that will
  56.     make it barf...
  57.          
  58.     Each database file should have the name of the person whose data it
  59.     contains. The files can be any size you want but only the first 500 bytes
  60.     is displayed in the requester. 
  61.  
  62.     You're free to format the entries any way you like. Addrexx will simply
  63.     remove any leading or trailing blanks and display each file just like you
  64.     entered it.
  65.  
  66.     I suggest adding Addrexx to a Toolmanager dock or something similar.
  67.  
  68.     If you want to use Addrexx as a env var editor simply enter 'env:' as the
  69.     directory. You will be prompted to save any changes you make to ENVARC:
  70.  
  71.     CREDITS:
  72.     Thanks to 
  73.  
  74.     Magnus Holmgren/Rafael D'Halleweyn for Reqtools/Rexxreqtools.
  75.  
  76.     Flemming Steffensen for input/testing.
  77.  
  78.     COPYRIGHT
  79.     No copyright. Do whatever you want with this.    
  80.  
  81.     DISCLAIMER
  82.     It's all your fault :-) 
  83.  
  84.     AUTHOR
  85.     Please send send any comments you might have to me: 
  86.  
  87.     Email: rolfrotvel@bigfoot.com
  88.  
  89.     HISTORY:
  90.     1.0 - First release.
  91.     1.1 - Added asynchrous printing :-) 
  92.  
  93.